home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ktgcst.cst / 00079_Script_bgMusic < prev    next >
Text File  |  1998-09-28  |  354b  |  12 lines

  1. global gmusic,gsoundlevel
  2. on bgmusic
  3.   if gmusic = 1 then exit
  4.   set markerName = the name of member "BG_AUDIO"
  5.   set start = the number of member "BG_AUDIO" of castlib "ktgcst"
  6.   set bgSnd = the name of member (start+1) of castlib "ktgcst"
  7.   Puppetsound 2, bgsnd
  8.   if voidp(gsoundlevel) then 
  9.     set the volume of sound 2 = 100
  10.   end if
  11. end
  12.